@import url('https://fonts.googleapis.com/css?family=Roboto');

/*----------multi-level-accordian-menu------------*/

.navbar-logo {
    padding: 8px 15px;
    color: #fff;
}

.navbar-mainbg {
    padding: 0px;
    transition: all 0.5s ease;
}


/* 
#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 8px 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    text-transform: uppercase;
} */

.sticky #navbarSupportedContent>ul>li.active>a {
    color: #080f5b !important;
    font-weight: bold;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}

#navbarSupportedContent>ul>li.active>a {
    color: rgb(247, 160, 0);
    font-weight: bold;
    background-color: transparent;
    transition: all 0.7s;
    letter-spacing: 1.3px;
}


/* 
#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
} */

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}


/* 
.hori-selector {
    display: inline-block;
    position: absolute;
    height: 42px !important;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
   
    background-color: #15db95;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 10px;
} */

.sticky .hori-selector {
    background-color: #fff !important;
    transition: none !important;
}

.sticky .hori-selector .left {
    background-color: #fff !important;
}

.sticky .hori-selector .right {
    background-color: #fff !important;
}

.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 35px;
    /* background-color: rgb(243, 252, 228)!important; */
    background-color: #15db95;
    bottom: 12px;
    /* transform: rotate(-90deg); */
}

.hori-selector .right {
    position: absolute;
    width: 25px;
    height: 35px;
    /* background-color: rgb(243, 252, 228)!important; */
    background-color: #15db95;
    bottom: 12px;
    /* transform: rotate(
90deg
); */
}


/* .hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff !important;
    bottom: 10px;
} */

.hori-selector .right {
    right: -25px;
}

.hidden-lg {
    display: none;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 54px;
    border-radius: 50% !important;
    /* background-color: #5161ce; */
    background-color: #080f5b;
    /*  */
}

.hori-selector .right:before {
    bottom: 5px;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 5px;
    left: -25px;
}

@media (max-width:768px) {
    .heading_icons_logo {
        position: absolute;
        top: -52px;
        left: -30px;
        width: 188px;
        height: 140px;
    }
    .row0 {
        margin-top: 53px !important;
    }
    #navbarSupportedContent {
        margin-top: 50px;
    }
    .hori-selector .left {
        width: 0px;
        height: 0px;
    }
    .hori-selector .right {
        width: 0px;
        height: 0px;
    }
    .hori-selector .right:before,
    .hori-selector .left:before {
        width: 0px;
        height: 0px;
    }
    .slider_img {
        width: 100%;
        height: 55vh;
    }
    .hidden-lg {
        display: unset !important;
    }
    #navbarSupportedContent ul li a {
        padding: 8px 10px;
    }
    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }
    .hori-selector .left {
        top: -25px;
        left: auto;
    }
    .hori-selector .right {
        bottom: -25px;
    }
    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }
    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}